Welcome![Sign In][Sign Up]
Location:
Search - unix socket

Search list

[Internet-Networkunix-socket

Description: unix环境下socket编程服务器端示例。开发环境:gcc、vim。在linux和solaris上测试通过-unix environment server socket programming examples. Development environment : gcc, vim. Solaris and the Linux on the test
Platform: | Size: 936 | Author: 能通 | Hits:

[SourceCode伯克利socket聊天室

Description: 使用伯克利套接字以及Select实现了一个聊天大厅, 使用GCC编译, 平台为linux或者类unix系统.
Platform: | Size: 8436 | Author: 785771350@qq.com | Hits:

[Network DevelopUNIX Network Programming with Code

Description: 《UNIX网络编程》第一、二卷,附书中代码,这本书不用多说了吧,被称为网络编程领域最权威的两个系列之一(另一个系列是《TCP/IP详解》) 这本书的第一版问世于1990年,是Stevens的开山之作,一举奠定了Stevens在网络编程领域的重要地位。如果说TCP/IP Illustrated解答了“什么是TCP/IP”和“TCP/IP是怎么实现的”两个问题,那么这本书则是在回答“怎样运用TCP/IP开发网络应用程序”的问题。显而易见,这本书的内容更加贴近普通程序员,因此,大多数人是先学习UNP,然后再深入学习TCP/IP Illustrated。   这也是一本让人伤感的书,Richard Stevens从1997年开始撰写此书第二版,制定了一个宏大的计划,卷1阐述Socket API和TLI API,卷2阐述除Socket之外的其他IPC机制,卷3阐述网络编程应用。应该说,卷1和卷2都是为了给卷3打基础。然而天妒英才,就在世人翘首企盼第三卷的时候,1999年9月1日,Richard Stevens英年早逝。留下这套未完成的巨著,让人感慨不已。不过最近从Prentice Hall传来好消息,出版社已经找到合适的作者,重新修订这套经典巨著,其中第一卷即将问世,并且已经在Amazon上热卖。相信会有当世高人沿着Stevens的足迹给我们续写第三卷的,让我们拭目以待。
Platform: | Size: 329108 | Author: ericjjc | Hits:

[Internet-Networktcp

Description: 站长写的Unix和Windows下的socket通用函数,简单易用。带Unix下的小例子- Stationmaster writes under Unix and the Windows socket general function, simple is easy to use. Brings under Unix the small example
Platform: | Size: 8192 | Author: 站长 | Hits:

[BooksUnix Network Programming Volume 1,Third Edition Th

Description: Unix Network Programming Volume 1,Third Edition The Sockets Networking API
Platform: | Size: 5654528 | Author: 小云 | Hits:

[Consolesocket(for Windows and UNIX)

Description: 一个封装标准BSD Socket的C++类- c++ class encapsulat standard bsd
Platform: | Size: 4096 | Author: 罗少波 | Hits:

[Internet-Networksocket编程的几篇很好的文章

Description: socket编程的几篇和好的文章-socket programming and the few good articles
Platform: | Size: 1668096 | Author: 王志宇 | Hits:

[Other609-Socket编程

Description: Linux下的socket编程文档!有非常详细的函数说明.Linux下的socket编程必备!-Linux socket programming documentation! A very detailed statement function. Linux socket programming required!
Platform: | Size: 206848 | Author: 王涛 | Hits:

[Internet-NetworkUnix Network Programming Volume 1_3rd

Description: UNIX网络编程,套接字编程,第三版。非常经典的Socket书籍,名家名作,值得一看。内附源代码。-unix network progrqamming ,the 3rd edition. classic book on socket written by famous expert, worth reading. source code included.
Platform: | Size: 11309056 | Author: 李鸣 | Hits:

[Internet-Networkunix-socket

Description: unix环境下socket编程服务器端示例。开发环境:gcc、vim。在linux和solaris上测试通过-unix environment server socket programming examples. Development environment : gcc, vim. Solaris and the Linux on the test
Platform: | Size: 1024 | Author: 能通 | Hits:

[Otherhomework1-3

Description: Unix Socket编程 Unix Socket编程 Unix Socket编程-Unix Socket Socket Programming Unix Unix Socket Socket Programming Unix Programming Socket Programming Unix Unix Socket Socket Programming
Platform: | Size: 6144 | Author: | Hits:

[Internet-Networksocket

Description: 此源码主要运行在Linux、Unix平台上,功能是实现Socket之间通信
Platform: | Size: 1024 | Author: 谢海燕 | Hits:

[Linux-UnixSocketSuite

Description: unix socket c++ 封装,简单易用-unix socket c++ package easy-to-use
Platform: | Size: 2048 | Author: 王晗 | Hits:

[Linux-Unixunix

Description: socket网络编程的实现---unix,希望对大家有用-realize the socket network programming-unix, everyone wishes to be useful
Platform: | Size: 26624 | Author: yuhongchang | Hits:

[VC/MFCsocket

Description: socket编程原理:UNIX系统的I/O命令集,是从Maltics和早期系统中的命令演变出来的,其模式为打开一读/写一关闭(open-write-read- close)。在一个用户进程进行I/O操作时,它首先调用“打开”获得对指定文件或设备的使用权,并返回称为文件描述符的整型数-socket programming principle: UNIX system I/O command set, is from Maltics and early evolution of the system out of order, the mode to open one read/write one closed (open-write-read-close). Users in a process I/O operation, it calls the first
Platform: | Size: 25600 | Author: 彭冲 | Hits:

[OS Developsocket

Description: UNIX中实现基本远程socket通信的代码,主要是将客户端一个文件复制到服务器端-UNIX remote socket to achieve the basic communication code, the client is mainly a file copied to the server-side
Platform: | Size: 4096 | Author: 林毅 | Hits:

[Linux-Unixunix-socket

Description: unix 环境下 用socket进行网络编程-unix socket
Platform: | Size: 247808 | Author: 赵哲焕 | Hits:

[Program docsocket-file-transfer

Description: linux/unix环境下利用socket进行文件传输的服务器端程序和客户端程序-linux/unix socket file transfer server client
Platform: | Size: 838656 | Author: 王亚磊 | Hits:

[Internet-Networkunix-socket-programme

Description: 代码编写了在unix socket编程的典型几种模式,包括迭代,epoll,select,多线程,多进程等模式,是学习的好资料-The Unix socket programming code is written several models, including the iterative model, epoll mode, select mode, multithreading, process model, ,so it is the study nice material
Platform: | Size: 1479680 | Author: 焦梁 | Hits:

[Internet-Networkunix-socket

Description: unix socket实现的简单client和server的通信-to achieve a simple unix socket client and server communication
Platform: | Size: 15360 | Author: 陈金良 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net